month

fun month(timeZone: TimeZone, instant: Instant): TimePeriod<TimeUnit.Month>
fun month(    timeZone: TimeZone,     year: Int,     month: Month): TimePeriod<TimeUnit.Month>